ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BoxWhisker<T> Class
Members






In This Topic
    BoxWhisker<T> Class
    In This Topic
    BoxWhisker series is normally used to compare distributions between different sets of numerical data.
    Object Model
    BoxWhisker<T> Class
    Syntax
    'Declaration
     
    
    Public Class BoxWhisker(Of T) 
       Inherits ExtraSeries(Of T)
    'Usage
     
    
    Dim instance As BoxWhisker(Of T)
    public class BoxWhisker<T> : ExtraSeries<T> 
    public class BoxWhisker = class(ExtraSeries)
    JScript does not support Generics.
    public __gc class BoxWhisker<T> : public ExtraSeries<T> 
    generic<typename T>
    public ref class BoxWhisker : public ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.BoxWhisker<T>

    See Also